<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* 奪�続辰存�甲�р��奪��即竪俗蔵奪�座消р�謂�� */
        .contact_fiexd {
            width: 500px;
            height: 250px;
            background: url("../images/contact_fixed_bg.png");
            position: fixed;
            right: 10px;
            bottom: 10px;
            z-index: 555;
            box-sizing: border-box;
            color: #fff;
            display: none;

        }

        .contact_fiexd .content {
            position: absolute;
            left: 24px;
            top: 50px;
        }

        .contact_fiexd .txt {
            font-size: 19px;
            line-height: 32px;
            line-height: 1.8;
            margin-bottom: 24px;
        }

        .contact_fiexd .btns {
            font-size: 15px;
            overflow: hidden;
            padding-right: 18px;
        }

        .contact_fiexd .item {
            width: 98px;
            
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
            display: block;
            border: 1px solid #fff;
            float: left;
            text-decoration: none;
            cursor: pointer;
        }

        .contact_fiexd a.item {
            background: #fff;
            color: #002c93;
            float: right;
            font-weight: bold;
        }

        .contact_fiexd .item:hover {
            border-color: #000;
            background-color: #000;
            color: #fff;
        }

        
    </pre></body></html>